next
Round
Technologies
Experiences
Contribute
Login
next
Round
Technologies
Experiences
Contribute
Login
Engine
Higher Order Functions
Execution Context
Data Types
Functions
String Operations
Array Operations
This
Call Apply Bind
Closure
Objects
ES6 Classes
Events
ES6
Promises
Iterator and Generator
Error Handling
Web Workers
PWA
Web Sockets
Web Assembly
Garbage Collector
Modules
Browser APIS
Functional Programming
Currying
Memoisation
Design Patterns
Security
Cheatsheets
Code
Next Topic
|
Last Topic
Data TypesSets (1/6)
Explain sets data structure.
All Topics
A set is a collection of items that are unique
Set in ES6 are ordered: elements of the set can be iterated in the insertion order.
The set can store any type of value whether primitive or objects.